demos: Fix performance in GtkToolPalette demo.
authorMurray Cumming <murrayc@murrayc.com>
Mon, 16 Sep 2013 12:10:52 +0000 (14:10 +0200)
committerMurray Cumming <murrayc@murrayc.com>
Mon, 16 Sep 2013 12:10:52 +0000 (14:10 +0200)
commit3b0f71f5ce1ff65be554169a54d77b181d267d85
treecbb0c9330fd24a51f0ef58e722cc9936b19123da
parent98ca9a865fd22ad817fd735642f66867106682a4
demos: Fix performance in GtkToolPalette demo.

gtk_icon_theme_list_icons() now gets so many icons that the demo
was unusable. Limit it to 10 per group (theme context).
demos/gtk-demo/toolpalette.c